Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
DoubleM INumeric<DoubleM>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As DoubleM Implements INumeric(Of DoubleM).RightShiftprivate:
virtual DoubleM RightShift(
int count
) sealed = INumeric<DoubleM>::RightShiftprivate abstract RightShift :
count : int -> DoubleM
private override RightShift :
count : int -> DoubleM